net/http.http2requestParam.path (field)
7 uses
net/http (current package)
h2_bundle.go#L5733: path: f.PseudoValue("path"),
h2_bundle.go#L5738: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
h2_bundle.go#L5741: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
h2_bundle.go#L5792: scheme, authority, path string
h2_bundle.go#L5839: url_, err = url.ParseRequestURI(rp.path)
h2_bundle.go#L5843: requestURI = rp.path
h2_bundle.go#L6637: path: msg.url.RequestURI(),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)